home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Exploring Where & Why
/
Exploring Where & Why.iso
/
pc
/
MEMMON.DIR
/
00042_Hide Filename.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-04-21
|
219 b
|
14 lines
on mouseUp
global gLevel
gLevel = 2
if marker(0) = 25 then
TurnOffDepthPuppets()
TurnOffVolumePuppets()
end if
if marker(0) = 35 then
TurnOffTempoPuppets()
end if
go(1)
ResetTabButtons()
end